home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / accoting / billpwr / billpwr.exe / REST.BAT < prev    next >
DOS Batch File  |  1990-02-23  |  156b  |  9 lines

  1. echo off
  2. cls
  3. echo  SYNTAX:             REST BackupDiskDrive: HardDrive:
  4. echo .
  5. echo             example: REST A: C:
  6. echo .
  7. echo .
  8. restore %1 %2 /S
  9.